home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / lynxos25.zip / lynxrc < prev    next >
Text File  |  1996-07-20  |  3KB  |  81 lines

  1. # Lynx user defaults file
  2.  
  3. # user_mode specifies the users level of knowledge with Lynx.
  4. # The default is NOVICE which displays two extra lines of help at the
  5. # bottom of the screen to aid the user in learning the basic Lynx
  6. # commands.  Set user_mode to INTERMEDIATE to turn off the extra info.
  7. # Use ADVANCED to see the URL of the currently selected link at the
  8. # bottom of the screen
  9. user_mode=ADVANCED
  10.  
  11. # file editor specifies the editor to be invoked when editing Lynx files.
  12. # if no editor is specified then file editing is disabled unless it
  13. # is activated from the command line
  14. file_editor=TEDIT
  15.  
  16. # bookmark_file specifies the name and location of a custom file which the
  17. # user can paste links to for easy access at a later date
  18. bookmark_file=BookMark.htm
  19.  
  20. # personal_mail_address specifies your personal mail address.  The
  21. # address will be sent during HTTP file tranfers for authorization and
  22. # logging purposes, and for mailed comments.
  23. # If you do not want this information given out, leave this field blank
  24. personal_mail_address=
  25.  
  26. # if case sensitive searching is on then when the user invokes a search
  27. # using the 's' or '/' keys, the search performed will be case sensitive
  28. # instead of case INsensitive.
  29. # the default is usually off
  30. case_sensitive_searching=OFF
  31.  
  32. # The file sort method specifies which value to sort on when viewing file
  33. # lists such as FTP directories.  The options are:
  34. #    BY_FILENAME -- sorts on the name of the file
  35. #    BY_TYPE     -- sorts on the type of the file
  36. #    BY_SIZE     -- sorts on the size of the file
  37. #    BY_DATE     -- sorts on the date of the file
  38. file_sorting_method=BY_FILENAME
  39.  
  40. # The character set definition controls the representation of
  41. # 8 bit characters for your terminal.  If 8 bit characters do
  42. # not show up correctly on your screen you may try changing
  43. # to a different 8 bit set or using the 7 bit character approximations.
  44. # Current valid characters sets are:
  45. #    ISO Latin 1         
  46. #    DEC Multinational   
  47. #    IBM PC character set
  48. #    NeXT character set  
  49. #    7 bit approximations
  50. character_set=IBM PC character set
  51.  
  52. # if VI keys are turned on then the normal VI movement keys:
  53. # j - down    k - up
  54. # h - left    l - right
  55. # will be enabled.
  56. # These keys are only lower case.
  57. # Capital 'H' will still activate help
  58. vi_keys=off
  59.  
  60. # if EMACS keys are turned on then the normal EMACS movement keys:
  61. # ^N - down    ^p - up
  62. # ^B - left    ^F - right
  63. # will be enabled.
  64. emacs_keys=on
  65.  
  66. # if keypad_mode is set to NUMBERS_AS_ARROWS then the numbers
  67. # on your keypad when the numlock is on will act as arrow keys.
  68. # i.e. 4 - Left Arrow, 6 - Right Arrow, 2 - Down Arrow, 8 - Up Arrow, etc.
  69. # if keypad_mode is set to LINKS_ARE_NUMBERED then numbers will appear
  70. # next to each link and numbers are used to select links.
  71. # note: some fixed format documents may look disfigured when
  72. # LINKS_ARE_NUMBERED is enabled.
  73. keypad_mode=NUMBERS_AS_ARROWS
  74.  
  75. # preferred_language specifies the language in MIME notation (e.g., en,
  76. # fr) which Lynx will indicate you prefer in requests to http servers.
  77. # If a file in that langauage is available, the server will send it.
  78. # Otherwise, the server will send the file in it's default language.
  79. preferred_language=en
  80.  
  81.